projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc1025
)
(Fkey_description): Use empty_unibyte_string.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 8 Jun 2007 20:10:01 +0000
(20:10 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 8 Jun 2007 20:10:01 +0000
(20:10 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index dbcf1d6fcfde5196f91f42a8480f167d3a379be0..109ef250c8b7bb462216a33402ba6415f43cb15a 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-2188,7
+2188,7
@@
spaces are put between sequence elements, etc. */)
len += 2;
}
else if (len == 0)
- return empty_string;
+ return empty_
unibyte_
string;
return Fconcat (len - 1, args);
}